InsertAsyncOverride Method (C1EntityFrameworkCoreVirtualDataCollectionBase<T>)
This method is called when an item is inserted in the collection.
Parameters
- index
- The index where the item is inserted.
- item
- The item inserted.
- cancellationToken
- The cancellation token.